/*pc-head*/
.pc-head {
    width: 100%;
    position: fixed;
    z-index: 99999;
    padding: 45px 0;
    transition: .4s;
}

.indexhead {
    padding: 45px 150px;
}

.index-video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    vertical-align: top;
    position: relative;
}

.pc-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.pc-banner .swiper-button-prev,
.pc-banner .swiper-button-next {
    height: 60px;
    width: 60px;
    right: auto;
    left: auto;
    z-index: 9999;
    border: 1px solid #ffffff;
    border-radius: 100%;
    outline: none;
    background: none;
    opacity: 1 !important;
}

.pc-banner .swiper-button-prev:after {
    content: '\e617';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 30px;
}

.pc-banner .swiper-button-next:after {
    content: '\e616';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 30px;
}

.pc-banner .swiper-button-prev {
    left: 50px;
}

.pc-banner .swiper-button-next {
    right: 50px;
}

.pc-head>div,
.pc-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
}

.head .container ul {
    width: 90%;
}

.head .container img {
    width: 112px;
    display: block;
}

.pc-head form {
    display: flex;
    position: relative;
    align-self: flex-start;
    margin-top: 2px;

}

.pc-head form button {
    width: 20px;
    height: 20px;
    border: none;
    /*background-image: url("../images/ss.png");*/
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
    margin-left: 15px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.pc-head form input {
    width: 150px;
    position: absolute;
    top: 50%;
    right: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 10px;
    display: none;
    transform: translateY(-50%);
    color: #fff;
}

.pc-head form input::-webkit-input-placeholder {
    color: #fff;
}

.pc-head form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.pc-head form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.pc-head form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.pc-head form input:-webkit-autofill {
    background-color: #000 !important;
    background-image: none;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.1) inset;
}

.pc-head form input:autofill {
    background-color: #000 !important;
    background-image: none;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.1) inset;
}

.pc-head img:nth-child(2) {
    display: none;
}

.pc-head ul {
    display: flex;
    justify-content: flex-end;
}

.pc-head ul li a {
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 13px;
}

.pc-head ul li {
    display: inline-block;
    margin-left: 55px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    position: relative;
}

.pc-head ul li:first-child {
    margin-left: 0;
}

.pc-head ul .active {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.pc-head ul li:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.pc-head i {
    font-size: 22px;
    color: #ffffff;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    line-height: 22px;
}

/*pc-banner*/
.pc-banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.pc-banner img {
    width: 100%;
}

/*about*/
.about {
    width: 100%;
}

.about-top {
    position: relative;
}

.about-top-left {
    padding-top: 100px;
    /*padding-top: 120px;*/
}

.about-top-left .content {
    margin-top: 50px;
}

.about-top-left .content p {
    font-size: 15px;
    color: #999999;
    max-width: 553px;
    line-height: 30px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-top-left .content a {
    margin-top: 80px;
    display: block;
}

.about-top-right-mobile {
    display: none;
}

.about-top-right {
    width: 34.8%;
    background-image: url("../picture/about-bj1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    /* padding: 125px 0 200px 120px; */
    padding: 125px 100px 200px;
}

.about-top-right ul li span,
.about-top-right ul li div {
    display: inline-block;
    vertical-align: bottom;
    font-family: DIN;
}

.about-top-right ul li div {
    font-size: 40px;
    color: #ffffff;
    line-height: 34px;
}

.about-top-right ul li .sec {
    font-size: 36px;
    color: #ffffff;
    line-height: 42px;
    margin-left: -5px;
}

.about-top-right ul li:nth-child(1) .sec {
    font-size: 16px;
    line-height: 34px;
}

.about-top-right ul li:nth-child(2) .sec {
    font-size: 16px;
    line-height: 34px;
}

.about-top-right ul li:nth-child(3) .sec {
    font-size: 16px;
    line-height: 34px;
}

.about-top-right ul li p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.2;
    display: block;
    margin-top: 20px;
}

.about-top-right ul li {
    margin-top: 65px;
}

.about-top-right ul li:first-child {
    margin-top: 0;
}

.about-top-right-mobile {
    width: 100%;
    background-image: url("../picture/about-bj1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 30px 15px;
}

.about-top-right-mobile ul li span,
.about-top-right-mobile ul li div {
    display: inline-block;
    vertical-align: bottom;
    font-family: DIN;
}

.about-top-right-mobile ul li div {
    font-size: 40px;
    color: #ffffff;
    line-height: 34px;
}

.about-top-right-mobile ul li .sec {
    font-size: 36px;
    color: #ffffff;
    line-height: 42px;
    margin-left: -5px;
}

.about-top-right-mobile ul li:nth-child(2) .sec {
    font-size: 16px;
    line-height: 34px;
}

.about-top-right-mobile ul li:nth-child(3) .sec {
    font-size: 16px;
    line-height: 34px;
}

.about-top-right-mobile ul li p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 16px;
    display: block;
    margin-top: 20px;
}

.about-top-right-mobile ul li {
    margin-top: 65px;
}

.about-top-right-mobile ul li:first-child {
    margin-top: 0;
}

.about-bottom {
    margin-top: 100px;
    /*margin-top: 150px;*/
    position: relative;
}

.about-bottom .swiper-container2 .swiper-slide img {
    width: 100%;
}

.about-bottom .swiper-container2 .swiper-slide div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 85px 0 0 60px;
}

.about-bottom .swiper-container2 .swiper-slide div span {
    font-size: 24px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
}

.about-bottom .swiper-container2 .swiper-slide div p {
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin-top: 15px;
}

.about-bottom .swiper-container2 .swiper-slide div p:nth-child(2) {
    margin-top: 28px;
}

.about-bottom .swiper-button-next2,
.about-bottom .swiper-button-prev2 {
    height: 42px;
    width: 42px;
    right: auto;
    top: auto;
    left: auto;
    bottom: 70px;
    z-index: 9999;
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 100%;
    outline: none;
    background: none;
    opacity: 1 !important;
}

.about-bottom .swiper-button-prev2 {
    left: 60px;
}

.about-bottom .swiper-button-prev2:after {
    content: '\e617';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 22px;
}

.about-bottom .swiper-button-next2 {
    left: 113px;
}

.about-bottom .swiper-button-next2:after {
    content: '\e616';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 22px;
}

.about-vertical-bar {
    width: 1px;
    height: 120px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 239px;
    background-color: rgba(255, 255, 255, .3);
    z-index: 9999;
}

/*product*/
.product {
    margin-top: 100px;
    /*margin-top: 120px;*/
}

.product-content {
    margin-top: 50px;
    /*margin-top: 100px;*/
    /*margin-top: 120px;*/
    display: flex;
}

.product-nav {
    float: left;
}

.product-sm-nav {
    width: 140px;
    height: 100px;
    background-color: #ffffff;
    -moz-box-shadow: 0 10px 11px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 10px 11px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 11px rgba(0, 0, 0, .08);
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}

.product-nav .product-sm-nav:first-child {
    margin-top: 8px;
}

.product-sm-nav img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    max-height: 100%;
    max-width: 100%;
}

.product-nav .active div {
    background-color: #de0214;
}

.product-box {
    float: left;
    margin-left: 105px;
}

.product-sm-box {
    display: flex;
    align-items: flex-start;
}

.product-box .active {
    display: block;
     !important;
}

.product-sm-box img {
    float: left;
}

.product-sm-box .content {
    float: left;
    margin-top: 30px;
    margin-left: 93px;
}

.product-sm-box .content span:first-child {
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    display: block;
    font-weight: bold;
}

.product-sm-box .content span:nth-child(2) {
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    margin-top: 23px;
    display: block;
}

.product-sm-box .content p {
    display: block;
    max-width: 494px;
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    margin-top: 23px;
}

.product-sm-box .content a {
    margin-top: 60px;
    display: inline-block;
}

/*solution*/
.solution {
    margin-top: 100px;
    /*margin-top: 120px;*/
    position: relative;
}

.solution .solution-content {
    position: absolute;
    top: 130px;
    width: 100%;
}

.solution .solution-content .title-style2 p {
    color: #ffffff;
}

.solution .solution-content .title-style2 div:nth-child(2) {
    background-color: #ffffff;
}

.solution-bottom {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 70px;
    padding: 30px;
    -moz-box-shadow: 1px 3px 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, .1);
    box-shadow: 1px 3px 15px rgba(0, 0, 0, .1);
}

.mobile-solution-bottom {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 70px;
    padding: 30px;
    -moz-box-shadow: 1px 3px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 1px 3px 10px rgba(0, 0, 0, .2);
}

.solution-bottom .top,
.mobile-solution-bottom .top {
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
}

.solution-bottom .top a {
    width: calc((100% - 4px) / 5);
    border-right: 1px solid #d9d9d9;
    text-align: center;
    padding: 65px 0;
    cursor: pointer;
}

.jjqd {}

.jjqd img {
    transition: .3s;
    display: inline-block;
}

.mobile-solution-bottom .top a {
    width: calc((100% - 1px) / 2);
    border-right: 1px solid #d9d9d9;
    text-align: center;
    padding: 35px 0 65px 0;
    cursor: pointer;
}


.solution-bottom .top a:last-child,
.mobile-solution-bottom .top a:last-child {
    border-right: none;
}

.solution-bottom .top a i,
.mobile-solution-bottom .top a i {
    font-size: 46px;
    color: #aaaaaa;
    transition: .3s;
    display: inline-block;
}

.solution-bottom .top a:hover i,
.mobile-solution-bottom .top a:hover i {
    transform: rotateY(180deg);
}

.solution-bottom .top a p,
.mobile-solution-bottom .top a p {
    margin-top: 10px;
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    transition: .3s;
}

.solution-bottom .line,
.mobile-solution-bottom .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

.solution-bottom .top a:hover i,
.solution-bottom .top a:hover p {
    color: #de0214;
    transition: .3s;
}

.mobile-solution-bottom .top a:hover i,
.mobile-solution-bottom .top a:hover p {
    color: #de0214;
    transition: .3s;
}

/*case*/
.case {
    margin-top: 200px;
}

.case-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.case .about-top-left {
    width: 50%;
    margin-top: 50px;
    padding: 0;
}

.case .about-top-left .content p {
    max-width: 591px;
}

.case-top-right {
    width: 50%;
    text-align: center;
}

.case-top-right .map {
    width: 100%;
}

.case-top-right .content {
    display: inline-block;
    position: relative;
}

.case-top-right .content .positioning {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.case-top-right .content .positioning img {
    border-radius: 100%;
    position: absolute;
}

.case-top-right .content .positioning img:first-child {
    top: 27%;
    left: 19.7%;
}

.case-top-right .content .positioning img:nth-child(2) {
    top: 54.5%;
    left: 19.7%;
    ;
}

.case-top-right .content .positioning img:nth-child(3) {
    top: 42.1%;
    left: 47%;
}

.case-top-right .content .positioning img:nth-child(4) {
    top: 67.9%;
    left: 42.1%;
}

.case-top-right .content .positioning img:nth-child(5) {
    top: 19.8%;
    left: 75.4%;
}

.case-top-right .content .positioning img:nth-child(6) {
    top: 35.1%;
    left: 65.3%;
}

.case-top-right .content .positioning img:nth-child(7) {
    top: 57.8%;
    left: 74.4%;
}

.case-top-right .content .positioning img:nth-child(8) {
    top: 71.2%;
    left: 61.7%;
}

.case-swiper {
    width: 100%;
    margin-top: 100px;
    /*margin-top: 120px;*/
}

.case-swiper .swiper-container3 img {
    width: 100%;
}

.case-swiper-boxc {
    width: 100%;
    height: 100%;
    padding: 30px 60px;
    transition: .5s;
}

.case-swiper .swiper-container3 .swiper-slide-active .case-swiper-boxc {
    padding: 0;
    transition: .5s;
}

.swiper-container3 .swiper-slide .case-swiper-boxc .prospect {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-container3 .swiper-slide-active .case-swiper-boxc .prospect {
    display: none;
}

.swiper-container3 .case-swiper-boxc .play {
    width: 105px;
    height: 105px;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .2);
    z-index: 100;
    display: none;
    transition: .3s;
}

.swiper-container3 .case-swiper-boxc .play div {
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-container3 .case-swiper-boxc .play .second-floor {
    width: 85px;
    height: 85px;
    background-color: rgba(255, 255, 255, .4);
    z-index: 200;
}

.swiper-container3 .case-swiper-boxc .play .third-layer {
    width: 62px;
    height: 62px;
    background-color: #ffffff;
    z-index: 300;
}

.swiper-container3 .case-swiper-boxc .play .third-layer i {
    font-size: 33px;
    color: #de0214;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 4px;
}

.swiper-container3 .swiper-slide-active .case-swiper-boxc .play {
    display: block;
    transition: .3s;
}

.swiper-container3 .case-swiper-boxc .text {
    margin-left: 110px;
    margin-top: 80px;
    position: relative;
    display: none;
}

.swiper-container3 .case-swiper-boxc .text:after {
    content: url("../picture/bookmarks.png");
    position: absolute;
    left: -67px;
    top: -107px;
}

.swiper-container3 .case-swiper-boxc .text span {
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-container3 .case-swiper-boxc .text p {
    font-size: 15px;
    color: #999999;
    line-height: 30px;
    margin-top: 25px;
}

.swiper-container3 .swiper-slide-active .case-swiper-boxc .text {
    display: block;
}

.case-swiper-sm-boxc {
    position: relative;
}

/*news*/
.news {
    width: 100%;
    margin-top: 110px;
    background-color: #f7f7f7;
    position: relative;
    padding-bottom: 115px;
}

.news .news-left,
.news .news-right {
    width: 50%;
}

.news-left {
    position: relative;
}

.swiper-container4 {
    margin-top: 60px;
    padding-bottom: 90px;
}

.swiper-container4 .swiper-slide {
    padding-right: 100px;
}

.swiper-container4 .swiper-slide p:first-child {
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    font-weight: bold;
}

.swiper-container4 .swiper-slide span {
    font-size: 30px;
    color: #000000;
    line-height: normal;
    margin-top: 15px;
    display: block;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-container4 .swiper-slide p:nth-child(3) {
    font-size: 15px;
    color: #999999;
    line-height: 30px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.swiper-container5 .swiper-slide {
    width: auto !important;
}

.swiper-container5 .swiper-slide img {
    max-width: 650px;
}

.swiper-pagination5 {
    margin-top: 24px;
}

.news .about-top-left {
    padding-top: 115px;
}

.swiper-button-next4,
.swiper-button-prev4 {
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
    width: 42px;
    height: 42px;
    outline: none;
    opacity: 1 !important;
    border-radius: 100%;
    border: 1px solid #9d9d9d;
    background: none;
    transition: .3s;
}

.swiper-button-next4:hover,
.swiper-button-prev4:hover {
    border: 1px solid #e6505c;
    transition: .3s;
}

.swiper-button-next4 {
    left: 53px;
}

.swiper-button-prev4 {
    left: 0;
}

.swiper-button-next4:after {
    content: '\e616';
    font-size: 27px;
    color: #9d9d9d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.swiper-button-prev4:after {
    content: '\e617';
    font-size: 27px;
    color: #9d9d9d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.swiper-button-next4:hover:after,
.swiper-button-prev4:hover:after {
    color: #e6505c;
    transition: .3s;
}

.swiper-pagination5 {
    display: none;
}

.swiper-container5 .swiper-num {
    font-size: 24px;
    color: #bbbbbb;
    font-family: DIN;
    margin-left: 58%;
    margin-bottom: 25px;
}

.swiper-num .active {
    font-size: 36px;
    color: #de0214;
}

.swiper-container5 .swiper-slide div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    z-index: 20;
}

.swiper-container5 .swiper-slide-active div {
    display: none;
}

/*Contact us*/
.contact {
    border-bottom: 1px solid #e9e9e9;
}

.contact-box {
    display: flex;
    flex-direction: row;
}

.contact-left {
    border-right: 1px solid #e9e9e9;
}

.contact-left,
.contact-right {
    width: 50%;
    padding: 100px 0 115px;
}

.contact-logo p {
    font-size: 15px;
    color: #666666;
    line-height: 15px;
    margin-top: 15px;
}

.contact-way {
    margin-top: 70px;
}

.contact-way p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.copyright {
    margin-top: 80px;
}

.copyright p {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
}

.contact-right {
    padding-left: 100px;
}

.contact-right input {
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    font-size: 15px;
    color: #999999;
    vertical-align: top;
}

.contact-right input:first-child {
    margin-top: -5px;
}

.contact-right input:nth-child(2) {
    margin-top: 30px;
}

.contact-right textarea {
    width: 100%;
    height: 90px;
    margin-top: 35px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    color: #999;
}

.contact-right .button {
    margin-top: 60px;
}

/*The divider*/
.the-divider {
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    margin-top: 135px;
}

.pc-foot-box {
    padding: 40px 0 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pc-foot-box ul:first-child {
    margin-top: 10px;
}

.pc-foot-box ul:first-child li {
    display: inline-block;
    margin-left: 50px;
}

.pc-foot-box ul li:first-child {
    margin-left: 0;
}

.pc-foot-box ul:first-child li a {
    font-size: 14px;
    color: #999999;
    transition: .4s;
}

.pc-foot-box ul:first-child li a:hover {
    color: #de0214 !important;
}

.pc-foot-box ul:nth-child(2) li {
    display: inline-block;
    margin-left: 7px;
}

.pc-foot-box ul:nth-child(2) li:first-child {
    margin-left: 0;
}

.pc-foot-box ul:nth-child(2) li a {
    width: 40px;
    height: 40px;
    background-color: #000000;
    display: block;
    position: relative;
}

.pc-foot-box ul:nth-child(2) li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 21px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.pc-foot-box ul:nth-child(2) li:last-child a {
    background-color: #de0214;
}

.pc-foot-box ul:nth-child(2) li:last-child a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 100%
}

.pc-foot-box ul:nth-child(2) li:last-child a span i {
    color: #de0214;
}

.pc-foot-box ul:nth-child(2) li a:hover {
    background-color: #de0214;
    transition: .3s;
}

.pc-foot-box .icon-weixin1:after,
.pc-foot-box .icon-weibo:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -180px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    display: none;
    transition: .4s;
    width: 80px;
    height: 80px;
}

.pc-foot-box .icon-weixin1:hover:after,
.pc-foot-box .icon-weibo:hover:after {
    display: block;
}

/*Mobile foot*/
.mobile-foot {
    display: none;
}

.mobile-foot-box {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-foot-box p {
    font-size: 18px;
    color: #999999;
}

.mobile-foot-box p a {
    color: #999;
}

.mobile-foot-box p:nth-child(2) {
    margin-top: 10px;
}

.mobile-foot-box ul {
    margin-top: 10px;
}

.mobile-foot-box ul li {
    display: inline-block;
    margin-left: 20px;
}

.mobile-foot-box ul li:first-child {
    margin-left: 0;
}

.mobile-foot-box ul li a i {
    font-size: 20px;
    color: #000000;
}

.mobile-foot-box .mobile {
    display: none;
    text-align: center;
}

.mobile-foot-box .pc {
    text-align: center;
}

.mobile-solution-bottom {
    display: none;
}

/*-------------内页banner------------------*/
.in-banner {
    width: 100%;
    position: relative;
}

.in-banner div {
    position: relative;
}

.in-banner div:nth-child(1):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    z-index: 1;
}

.in-banner div:nth-child(1) img {
    width: 100%;
}

.in-banner .container {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    z-index: 2;
    padding-top: 40px;
    padding-left: 120px;
}

.in-banner .container p:nth-child(1) {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: bold;
}

.in-banner .container p:nth-child(2) {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 88px;
}

.in-banner .container span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #de0214;
    display: block;
    width: 160px;
    height: 100%;
    z-index: -1;
    padding-top: 40px;
    text-align: right;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.in-banner .container span img {
    height: 100%;
}

.in-banner .container i {
    display: inline-block;
    background: #fff;
    color: #8c8c8c;
    font-size: 24px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -15px;
    left: 120px;
    cursor: pointer;
    animation: qwe 0.6s infinite alternate;
    transition: .4s;
}

@keyframes qwe {
    0% {
        line-height: 60px;
    }

    100% {
        line-height: 80px;
    }
}


/*------------------翻页样式------------------*/

.fanye {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.fanye a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #b3b3b3;
    margin-left: 9px;
    position: relative;
    transition: .4s;
}

.fanye a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fanye a:nth-child(1) i {
    transform: rotate(180deg) translate(50%, 50%);
}

.fanye a:hover,
.fanye .active {
    background: #de0214;
    color: #fff;
    border: 1px solid #de0214;
}

/*-----------------新闻title----------------*/
.news-showtitle {
    padding-bottom: 35px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 70px;
}

.news-showtitle p:nth-child(1) {
    font-size: 36px;
    line-height: normal;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-showtitle p:nth-child(2) {
    font-size: 14px;
    color: #121212;
}

.news-showtitle i {
    color: #aaaaaa;
    margin-right: 5px;
}

.news-showtitle i:nth-child(2) {
    margin-left: 25px;
}

/*-----------------上一篇----------------*/
.page {
    padding-top: 35px;
    border-top: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page a {
    position: relative;
    font-size: 14px;
    color: #666666;
}

.page a:nth-child(1) i {
    transform: rotate(180deg);
    display: block;
    margin-top: -1px;
}

.page a i {
    font-size: 40px;
    color: #de0214;
}

.in-banner {
    background-image: none;
}

/*--------------------map---------------------*/

.global .right {
    position: relative;
}

.global .right>img {
    width: 100%;
}

.global .right div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
}

.global .right div:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eebbbd;
    border-radius: 50%;
    animation: dh 1s infinite alternate;
}

.global .right div:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #c71e24;
    transform: translate(-50%, -50%);
}

.global .right div span {
    min-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    padding: 5px;
    text-align: center;
    background: #c71e24;
    color: #fff;
    z-index: -1;
    opacity: 0;
    transition: .4s;
}

@keyframes dh {
    from {
        width: 12px;
        height: 12px;
    }

    to {
        width: 100%;
        height: 100%;
    }
}


.global .right div:nth-child(2) {
    right: 18%;
    top: 26.5%;
}

.global .right div:nth-child(2) img {
    position: absolute;
    bottom: 35px;
    left: -10px;
}

.global .right div:nth-child(3) {
    right: 28.2%;
    top: 33%;
}

.global .right div:nth-child(3) img {
    position: absolute;
    bottom: 16px;
    right: 0;
}

.global .right div:nth-child(4) {
    right: 34.5%;
    top: 41%;
}

.global .right div:nth-child(4) img {
    position: absolute;
    bottom: -8px;
    right: 26px;
}

.global .right div:nth-child(5) {
    left: 35%;
    top: 44%;
}

.global .right div:nth-child(5) img {
    position: absolute;
    bottom: 25px;
    right: -2px;
}

.global .right div:nth-child(6) {
    left: 30%;
    top: 56.5%;
}

.global .right div:nth-child(6) img {
    position: absolute;
    bottom: 10px;
    right: 25px;
}

.global .right div:nth-child(7) {
    left: 46%;
    top: 55.5%;
}

.global .right div:nth-child(7) img {
    position: absolute;
    bottom: -25px;
    left: 25px;
}

.global .right div:nth-child(8) {
    right: 24.5%;
    top: 50.5%;
}

.global .right div:nth-child(8) img {
    position: absolute;
    top: 8px;
    left: 15px;
}

.global .right div:nth-child(9) {
    right: 34%;
    top: 63%;
}

.global .right div:nth-child(9) img {
    position: absolute;
    top: 30px;
    left: -25px;
}


.global .right div:hover span {
    opacity: 1;
    z-index: 2;
}

.global .right div img {
    border-radius: 50%;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/*-------------------video----------------------*/
.case-swiper-sm-boxc video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    vertical-align: top;
}

.headerfixed2 input {
    color: #000 !important;
}

.swiper-button-next3,
.swiper-button-prev3 {
    display: none;
}

.footer2 {
    display: none;
}

/*.about-top-right ul {*/
/*    opacity: 0;*/
/*}*/

.copyright n,
.mobile-foot-box n {
    color: #555;
}

.copyright p a {
    color: #999;
}

.pc-head ul li div {
    min-width: 120px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.pc-head ul li div.long {
    min-width: 200px;
}

.pc-head ul li div a:last-child {
    border-bottom: none !important;
}

.pc-head ul li:hover div {
    top: 200%;
    visibility: initial;
    opacity: 1;
}

.pc-head ul li div a {
    color: #000;
    width: 100%;
    display: block;
    transition: .2s;
    background: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #e9e9e9;
}

.pc-head ul li div a:hover {
    color: #fff !important;
    background: #de0214;
    border-bottom: 1px solid #de0214;
}

.pc-head ul li div:after {
    content: '';
    position: absolute;
    top: -12.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 12.5px 12.5px;
    border-color: transparent transparent #fff transparent;

}

.headerfixed ul li div:after {
    border-color: transparent transparent #de0214 transparent;
}

/*---------------------------------------------*/
.swiper-container-pro {
    width: 100%;
}

.swiper-container-pro .swiper-slide {
    text-align: center;
    /*border-left: 1px solid #e9e9e9;*/
}

.swiper-container-pro .swiper-slide:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
}

.swiper-container-pro .swiper-slide-active:after {
    display: none;
}

.swiper-container-pro .swiper-slide img {
    width: 60%;
    margin: 50px auto;
}

.swiper-container-pro .swiper-slide p {
    font-size: 20px;
    line-height: 30px;
    color: #121212;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 40px;
}

.swiper-container-pro .swiper-slide a {
    width: 160px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #de0214;
    display: inline-block;
    transition: .4s;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 45px;
}

.swiper-container-pro .swiper-slide a:hover {
    color: #de0214;
    background: #fff;
    border: 1px solid #de0214;
}

.swiper-button-next-pro,
.swiper-button-prev-pro {
    background: none;
    margin-top: 0;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);

}

.swiper-button-next-pro i,
.swiper-button-prev-pro i {
    font-size: 40px;
    line-height: 1;
    color: #de0214;
}